ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / ITreeNode<T> Interface / children Property

In This Topic
    children Property (ITreeNode<T>)
    In This Topic
    Syntax
    'Declaration
     
    ReadOnly Property children As List(Of T)
    List<T> children {get;}
    See Also